home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / xpcom115.zip / XPHELP.ZIP / XPSCRIPT.HLP < prev    next >
Text File  |  1992-12-14  |  3KB  |  137 lines

  1.  
  2. *Text Substition Commands
  3.  
  4.                 XPCOM allows the user to tailor his output as he sees fit.
  5.                 The text substitution commands allow placing special
  6.                 characters in the outgoing text to "personnalize" the
  7.                 transmission.  These commands may be used in the End Key Text,
  8.                 Drop Link Text, Brag Text, Brag Files and any other
  9.                 text files the user whichs to create.
  10.  
  11.                 The user may also call other brag files or text from a
  12.                 brag file or brag text line.  Beware,  do not call the
  13.                 SAME brag file or brag text line within one command.  This
  14.                 can and WILL cause the program to lock up.
  15.  
  16.                                 `keyword(Commands,*Commands);
  17.                                 `keyword(Examples,*Examples);
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. *Commands
  42.  
  43.                 Your Station Information
  44.                                 ~sc     Your station call
  45.                                 ~ss     Your station SELCAL
  46.                                 ~sq     Your station QTH
  47.                                 ~sn     Your name
  48.                                 ~sr     Your received signal report
  49.  
  50.                 Other Stations Information
  51.                                 ~hc     Other stations call
  52.                                 ~hs     Other stations SELCAL
  53.                                 ~hq     Other stations QTH
  54.                                 ~hn     Other stations name
  55.                                 ~hr     Other stations signal report
  56.  
  57.                 Additional Commands
  58.  
  59.                                 ~bt#    Appends brag text line.  This is
  60.                                                 equivalent to typing Alt -#.  Where
  61.                                                 # is a number from 0 to 9.
  62.                                 ~bf#    Appends brag file.  This is
  63.                                                 equivalent to typing ctrl F#.  Where
  64.                                                 # is a number from 0 to 9.
  65.                                 ~du     Appends current date (UTC).
  66.                                 ~dl     Appends current date (Local).
  67.                                 ~r      Adds carriage return to text.
  68.                                 ~tu     Appends current time (UTC)
  69.                                 ~tl     Appends current time (Local)
  70.  
  71.                                 ~ld     Last date station was worked.
  72.                                                 (only valid if AutoSearch is enabled)
  73.                                 ~lt     Last time station was worked.
  74.                                                 (only valid if AutoSearch is enabled)
  75.  
  76.                 All text substitution commands get their input from
  77.                 the information contained in the log screen.  In
  78.                 other words you must first fill out the log book before
  79.                 using any of the ~hx commands.  The parameter ~sr is
  80.                 also taken from the log book. Commands may be in either
  81.                 upper or lower case.
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101. *Examples
  102.  
  103.                 Text Substitution Commands
  104.  
  105.                 The following is used in all examples :
  106.  
  107.                                 Your call               -> KF7XP
  108.                                 Other stations call     -> W0ABC
  109.                                 Time                    -> 15:35 UTC
  110.                                 Date                    -> October 19, 1992
  111.                                 Your QTH                -> Mesa, Arizona
  112.                                 Other Stations QTH      -> Omaha, Nebraska
  113.                                 Your Name               -> Gary
  114.                                 Other Stations Name     -> Joe
  115.  
  116.                 Ex 1    End Key Text for AMTOR
  117.                                 Command Line from Operating Parameters Menu
  118.                                                 ~hc DE ~sc +?
  119.                                 Would be sent as
  120.                                                 W0ABC DE KF7XP +?
  121.  
  122.                 Ex 2    Brag Text
  123.                                                 Brag Text 1 -> Thanks ~hn for ~sr from ~hq~n~bt2
  124.                                                 Brag Text 2 ->  QTH here is ~sq and name is ~sn.
  125.  
  126.                                 Would be sent as
  127.                                                 Thanks Joe for 599 from Omaha, Nebraska
  128.                                                 QTH here is Mesa, Arizona and name is Gary.
  129.  
  130.                                 Note QTH information is sent on next line.  Also
  131.                                 don't leave a space after a carriage return (~n).
  132.  
  133.  
  134.  
  135.  
  136.  
  137.